home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / SShow_28_INIT the slide show.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  470 b   |  14 lines

  1. on exitFrame
  2.   global gAutoMode, gHistoryList, gDirection0IsBack1IsFwd, gCurrentZone, gPictureSprite, gElevatorSprite, gScrollBarSprite, gPictToStart, RecipeNum, gProgrmPathOnHD
  3.   set gPictToStart to RecipeNum
  4.   set the itemDelimiter to ","
  5.   set gScrollBarSprite to 11
  6.   set gElevatorSprite to 12
  7.   set gPictureSprite to 17
  8.   set gAutoMode to 0
  9.   set gDirection0IsBack1IsFwd to 1
  10.   if soundBusy(1) = 1 then
  11.     sound playFile 1, gProgrmPathOnHD & "slides"
  12.   end if
  13. end
  14.